home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / TECHNICA / AUTOCAD / H108.ZIP / SMAKER22.ZIP / AUTOMINI.SEQ < prev    next >
Text File  |  1989-10-13  |  932b  |  24 lines

  1. ;MiniMise.SEQ - AZCAD 07-01-89
  2. ;Command sequence file for SCRIPTmaker.
  3. ;MiniMise reduces your file size to its minimium. It works by WBLOCKing the 
  4. ;drawing to its own filename then quiting. This has the effect of writing out 
  5. ;only those elements of a drawing that are in use. All unreferenced layers, 
  6. ;blocks, styles, are absent in the new file, which can result in a surprising
  7. ;reduction in file size on many drawings. Note that referenced elements on
  8. ;layers that are frozen or off are retained in the new file.
  9. ;Sequence assumes that system variable "EXPERT" is set to 0.
  10. ;Use MiniMise with your own list of files to be processed.
  11. ;NOTE: Rel 10 drawings that have HANDLES activated lose this information in 
  12. ;the WBLOCK procedure. Do not minimise file size with WBLOCK if HANDLES are 
  13. ;required by your own or another third party application.
  14. ;START SEQUENCE
  15. zOOM
  16. E
  17. WBLOCK
  18. Z1
  19. Y
  20. *
  21. QUIT
  22. Y
  23. ;END SEQUENCE
  24.